Tables Collection

           

Contains all Table objects of a catalog.



Remarks

The Append method for a Tables collection is unique for ADOX. You can:

The remaining properties and methods are standard to ADO collections. You can:

Some providers may return other schema objects, such as a View, in the Tables collection. Therefore, some ADOX collections may contain references to the same object. Should you delete the object from one collection, the change will not be visible in another collection that references the deleted object until the Refresh method is called on the collection. For example, with the OLE DB Provider for Microsoft Jet, Views are returned with the Tables collection. If you drop a View, you must Refresh the Tables collection before the collection will reflect the change.